home *** CD-ROM | disk | FTP | other *** search
- .geometry "version 0.1";
- v1 = .free(-0.581522, -0.105978, "1");
- v2 = .free(0.521739, 0.701087, "2");
- v3 = .free(0.519022, -0.527174, "3");
- l1 = .l.vv(v1, v2);
- l2 = .l.vv(v2, v3);
- l3 = .l.vv(v3, v1);
- c1 = .c.vv(v3, v1, .invisible);
- v4 = .v.lc(l2, c1, 1, .invisible, .plus);
- v5 = .v.vvmid(v4, v1, .invisible, .plus);
- l4 = .l.vv(v3, v5, .invisible);
- v6 = .v.ll(l4, l1, .plus);
- l5 = .l.vv(v6, v3);
- c2 = .c.vv(v2, v3, .invisible);
- v7 = .v.lc(l1, c2, 1, .invisible, .plus);
- v8 = .v.vvmid(v3, v7, .invisible, .plus);
- l6 = .l.vv(v2, v8, .invisible);
- v9 = .v.ll(l6, l3, .plus);
- l7 = .l.vv(v2, v9);
- v10 = .v.ll(l5, l7, .invisible, .plus);
- l8 = .l.vv(v1, v10, .invisible);
- v11 = .v.ll(l8, l2, .plus);
- l9 = .l.vv(v1, v11);
- .text("Angle Bisectors:");
- .text("");
- .text("The three interior angle bisectors of a triangle meet in a");
- .text("single point.");
-